home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / e4dv200.zip / WP.E4K < prev    next >
Text File  |  1993-06-16  |  2KB  |  112 lines

  1. ; E4 Editor Key-Map file
  2.  
  3. ; Word Perfect 5.1
  4.  
  5. ; All Trademarks Acknowledged
  6.  
  7. ; All WordPerfect 5.1 functions keys are listed below. However many do 
  8. ; not have direct E4 equivalents and so are commented out.
  9.  
  10. msg=WordPerfect Function Keys. F3 for HELP. ALT-Letter for Commands Below.
  11. markmsg=Select block then Ctrl-Insert for Copy, Ctrl-Delete for Move
  12. cutmsg=
  13. pastemsg=
  14.  
  15. F1    ESC        ; Cancel
  16. $F1    @O        ; Setup
  17. ; @F1            ; Thesaurus
  18. ^F1    @D @S        ; Shell
  19.  
  20. F2    @F @- @B    ; ->Search
  21. $F2    @F @+ @B    ; <-Search
  22. @F2    @F getline @R    ; Replace
  23. ; ^F2            ; Spell
  24.  
  25. F3    F1        ; Help
  26. $F3    @+        ; Switch
  27. @F3    @O @H ESC    ; Reveal Codes
  28. ; ^F3            ; Screen
  29.  
  30. F4    HOME TAB    ; ->Indent
  31. ; $F4            ; ->Indent<-
  32. @F4    @A        ; Block
  33. ^F4    @T @M        ; Move
  34.     "Use Alt-F4 to Mark block, then Ctrl-Insert for Copy, Ctrl-Delete for Move" RET
  35.  
  36. F5    @B @L        ; List
  37. $F5    ^ins D SPC    ; Date/Outline
  38. ; @F5            ; Mark Text
  39. ; ^F5            ; Text In/Out
  40.  
  41. ; F6            ; Bold
  42. ; $F6            ; Center
  43. ; @F6            ; Flush Right
  44. ; ^F6            ; Tab Align
  45.  
  46. F7    @Q        ; Exit
  47. $F7    @P        ; Print
  48. ; @F7            ; Columns/Table
  49. ; ^F7            ; Footnote
  50.  
  51. ; F8            ; Underline
  52. ; $F8            ; Format
  53. ; @F8            ; Style
  54. ; ^F8            ; Font
  55.  
  56. ; F9            ; End Field
  57. ; $F9            ; Merge Codes
  58. ; @F9            ; Graphics
  59. ; ^F9            ; Merge Sort
  60.  
  61. F10    @S        ; Save
  62. $F10    @L        ; Retrieve
  63. @F10    @M @P        ; Macro
  64. ^F10    @M @R        ; Macro Define
  65.  
  66. F11    @O @H ESC    ; Reveal Codes
  67. ; $F11            ;
  68. ; @F11            ;
  69. ; ^F11            ;
  70.  
  71. F12    @A        ; Block
  72. ; $F12            ;
  73. ; @F12            ;
  74. ; ^F12            ;
  75.  
  76. ; Other Keys
  77.  
  78. ; ^ins is equivalent to Move Block Copy
  79.  
  80. ^ins    @C @T @M "Move cursor; press Enter to retrieve." RET getline @V    ; Copy Block
  81.  
  82. ; ^del is equivalent to Move Block Move
  83.  
  84. ^del    @X @T @M "Move cursor; press Enter to retrieve." RET getline @V    ; Move Block
  85.  
  86. ;^bksp            ; delete word left
  87. ;home bksp        ; delete left to word boundary
  88. ;home del        ; delete right to word boundary
  89.  
  90. home left    home    ; left edge of screen [start of line text]
  91. home right    end    ; right edge of screen [end of line text]
  92. ;home up        ; top of screen
  93. ;home down        ; bottom of screen
  94.  
  95. ;end            ; end of current line [same]
  96.  
  97. ; ^HOME is GOTO key
  98.  
  99. ;^home up        ; top of page
  100. ;^home down        ; bottom of page
  101. ^home right    @G @+    ; next column
  102. ^home left    @G @-    ; previous column
  103. ;^home ^home        ; back to last position
  104.  
  105. ^pgup    esc        ; macro command menu [very similar]
  106. ;^pgdn            ; delete to end of page
  107.  
  108. #plus    pgdn        ; bottom of screen/screen down
  109. #minus    pgup        ; top of screen/screen up
  110.  
  111.  
  112.